home *** CD-ROM | disk | FTP | other *** search
- object ContAddForm: TContAddForm
- Left = 311
- Top = 163
- BorderIcons = [biMinimize, biMaximize]
- BorderStyle = bsDialog
- Caption = 'Add'
- ClientHeight = 488
- ClientWidth = 344
- Color = clBtnFace
- ParentFont = True
- KeyPreview = True
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 132
- Width = 33
- Height = 13
- Caption = '&Action:'
- FocusControl = ComboBox1
- end
- object Label4: TLabel
- Left = 8
- Top = 176
- Width = 225
- Height = 13
- AutoSize = False
- Caption = 'Compressio&n:'
- FocusControl = ComboBox2
- end
- object Label1: TElLabel
- Left = 8
- Top = 8
- Width = 249
- Height = 13
- AutoSize = False
- Caption = 'Label1'
- end
- object GroupBox1: TGroupBox
- Left = 8
- Top = 24
- Width = 249
- Height = 64
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 16
- Width = 217
- Height = 13
- AutoSize = False
- Caption = 'A&dd to archive:'
- FocusControl = Edit1
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 177
- Height = 21
- TabOrder = 0
- Text = 'Edit1'
- OnExit = Edit1Exit
- end
- object Button3: TButton
- Left = 189
- Top = 32
- Width = 55
- Height = 21
- Caption = '&Browse'
- TabOrder = 1
- OnClick = Button3Click
- end
- end
- object ComboBox1: TComboBox
- Left = 8
- Top = 148
- Width = 249
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'Add (and replace) files'
- 'Freshen existing files'
- 'Move files'
- 'Update (and add) files')
- end
- object ComboBox2: TComboBox
- Left = 8
- Top = 192
- Width = 249
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = ComboBox2Change
- Items.Strings = (
- 'Maximum (slowest)'
- 'Normal'
- 'Fast'
- 'Super fast'
- 'None')
- end
- object GroupBox3: TGroupBox
- Left = 8
- Top = 224
- Width = 249
- Height = 137
- TabOrder = 4
- object CheckBox2: TCheckBox
- Left = 8
- Top = 13
- Width = 233
- Height = 17
- Caption = 'Include &system and hidden files'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object CheckBox1: TCheckBox
- Left = 8
- Top = 34
- Width = 233
- Height = 17
- Caption = 'Save &full folder info'
- TabOrder = 1
- end
- object CheckBox3: TCheckBox
- Left = 8
- Top = 116
- Width = 233
- Height = 17
- Caption = 'Encrypt archi&ve (.PAE)'
- TabOrder = 5
- OnClick = CheckBox3Click
- end
- object CheckBox4: TCheckBox
- Left = 8
- Top = 55
- Width = 233
- Height = 17
- Caption = 'Write &directly into ZIP '
- TabOrder = 2
- end
- object CheckBox5: TCheckBox
- Left = 8
- Top = 96
- Width = 233
- Height = 17
- Caption = 'Make large ZIP file (over &4 GB) '
- TabOrder = 4
- end
- object ElCheckBox1: TCheckBox
- Left = 8
- Top = 76
- Width = 233
- Height = 17
- Caption = 'Use Deflate&64 compression'
- TabOrder = 3
- end
- end
- object GroupBox4: TGroupBox
- Left = 8
- Top = 367
- Width = 249
- Height = 119
- Caption = ' &Multiple disk s&panning '
- TabOrder = 5
- object Label5: TLabel
- Left = 8
- Top = 47
- Width = 87
- Height = 13
- Caption = 'Ma&x. Volume Size:'
- FocusControl = Edit971
- end
- object Label7: TLabel
- Left = 208
- Top = 49
- Width = 31
- Height = 13
- Caption = 'kbytes'
- end
- object Label6: TLabel
- Left = 8
- Top = 71
- Width = 30
- Height = 13
- Caption = '&Mode:'
- FocusControl = ComboBox4
- end
- object Edit971: TEdit
- Left = 104
- Top = 43
- Width = 97
- Height = 21
- AutoSize = False
- TabOrder = 0
- Text = '1440'
- end
- object Combobox3: TComboBox
- Left = 8
- Top = 17
- Width = 233
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = ComboBox3Change
- Items.Strings = (
- 'Automatic'
- '1.2 MB'
- '1.4 MB'
- '2.8 MB'
- 'Zip 100 Disk (100 MB)'
- 'Zip 200 Disk (200 MB)'
- 'CD-ROM (650 MB)'
- 'CD-ROM (700 MB)'
- 'Custom'
- 'No spanning...')
- end
- object CheckBox7: TCheckBox
- Left = 8
- Top = 93
- Width = 109
- Height = 17
- Caption = 'F&ormat target disk '
- TabOrder = 2
- end
- object ComboBox4: TComboBox
- Left = 103
- Top = 67
- Width = 138
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 3
- OnChange = ComboBox3Change
- Items.Strings = (
- 'PkZip 4.5 Compatible'
- 'PkZip/PA 7.0 Compatible'
- 'PA (<=6.1x) Compatible')
- end
- object ComboBox5: TComboBox
- Left = 120
- Top = 92
- Width = 121
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 4
- Items.Strings = (
- 'Quick'
- 'Full')
- end
- end
- object CompMode: TRadioGroup
- Left = 8
- Top = 88
- Width = 249
- Height = 41
- Columns = 5
- Items.Strings = (
- 'ZIP'
- 'CAB'
- 'LHA'
- 'BH'
- 'TAR')
- TabOrder = 1
- OnClick = CompModeClick
- end
- object Button1: TButton
- Left = 264
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Add'
- Default = True
- TabOrder = 6
- OnClick = Button1Click
- end
- object CorelButton2: TButton
- Left = 264
- Top = 40
- Width = 75
- Height = 25
- Caption = 'Add && E-&mail'
- TabOrder = 7
- OnClick = CorelButton2Click
- end
- object CorelButton3: TButton
- Left = 264
- Top = 72
- Width = 75
- Height = 25
- Caption = 'Add && F&tp'
- TabOrder = 8
- OnClick = CorelButton3Click
- end
- object Button2: TButton
- Left = 264
- Top = 104
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 9
- OnClick = Button2Click
- end
- object CorelButton1: TButton
- Left = 264
- Top = 456
- Width = 75
- Height = 25
- Caption = '&Password...'
- TabOrder = 10
- OnClick = CorelButton1Click
- end
- object Button4: TButton
- Left = 263
- Top = 136
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 11
- OnClick = Button4Click
- end
- object FormStorage1: TFormStorage
- Options = []
- UseRegistry = True
- StoredProps.Strings = (
- 'CheckBox1.Checked'
- 'CheckBox2.Checked'
- 'ElCheckBox1.Checked')
- StoredValues = <>
- Left = 280
- Top = 128
- end
- object NewBox: TAgOpenDialog
- Filter =
- 'ZIP files|*.zip|CAB files|*.cab|LHA (LZH) files|*.lzh|BH (BlakHo' +
- 'le) files|*.bh|TAR files|*.tar'
- Options = [ofHideReadOnly, ofPathMustExist]
- Title = 'Find Archive...'
- ShowPlacesBar = True
- Left = 278
- Top = 161
- end
- end
-